Conversation
🦋 Changeset detectedLatest commit: 798cdec The changes in this PR will be included in the next version bump. This PR includes changesets to release 82 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Note: it is way faster to just run |
JasonVMo
left a comment
There was a problem hiding this comment.
I guess thought for later is that we are moving more and more things to run from root (lint-package should go that direction as well) and I wonder whether the per-package scripts are unnecessary.
With the way the scripts are built you can run yarn fluentui-scripts --help in any package and see the list of commands that you can run. We could just have a general entry point to that for ones we move to root.
That's all a problem for future us though.
We should support both. There are use cases for "I only care about/work in this one package right now". The inner dev loop is just as, if not more, important as repo-wide operations. They're not mutually exclusive. |
Description of changes
Following the footsteps of @tido64 in microsoft/react-native-test-app#2681 and microsoft/rnx-kit#3990
Note: Most of this PR (the first 3 commits at least) are mostly entirely AI generated
Verification
CI should pass
The time difference running with
lageis nonexistent because it's dominated by the per-package execution. Runningprettier *andoxfmtat root though...Pull request checklist
This PR has considered (when applicable):